home *** CD-ROM | disk | FTP | other *** search
- package javax.help;
-
- public class InvalidHelpSetContextException extends Exception {
- private HelpSet context;
- // $FF: renamed from: hs javax.help.HelpSet
- private HelpSet field_0;
-
- public InvalidHelpSetContextException(String var1, HelpSet var2, HelpSet var3) {
- super(var1);
- this.context = var2;
- this.field_0 = var3;
- }
-
- public HelpSet getContext() {
- return this.context;
- }
-
- public HelpSet getHelpSet() {
- return this.field_0;
- }
- }
-